home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / MacPNG Library 1.02 / pngMacSrc 1.02 / PNG Library 0.80 / PNGCHANG.TXT < prev    next >
Encoding:
Text File  |  1995-08-19  |  1.9 KB  |  61 lines  |  [TEXT/ttxt]

  1. pngchange.txt - changes for libpng
  2.  
  3. version 0.2
  4.     added reader into png.h
  5.     fixed small problems in stub file
  6. version 0.3
  7.     added pull reader
  8.     split up pngwrite.c to several files
  9.     added pnglib.txt
  10.     added example.c
  11.     cleaned up writer, adding a few new tranformations
  12.     fixed some bugs in writer
  13.     interfaced with zlib 0.5
  14.     added K&R support
  15.     added check for 64 KB blocks for 16 bit machines
  16. version 0.4
  17.     cleaned up code and commented code
  18.     simplified time handling into png_time
  19.     created png_color_16 and png_color_8 to handle color needs
  20.     cleaned up color type defines
  21.     fixed various bugs
  22.     made various names more consistant
  23.     interfaced with zlib 0.71
  24.     cleaned up zTXt reader and writer (using zlib's Reset functions)
  25.     split transformations into pngrtran.c and pngwtran.c
  26. version 0.5
  27.     interfaced with zlib 0.8
  28.     fixed many reading and writing bugs
  29.    saved using 3 spaces instead of tabs
  30. version 0.6
  31.    added png_large_malloc() and png_large_free()
  32.    added png_size_t
  33.    cleaned up some compiler warnings
  34.    added png_start_read_image()
  35. version 0.7
  36.    cleaned up lots of bugs
  37.    finished dithering and other stuff
  38.    added test program
  39.    changed name from pnglib to libpng
  40. version 0.71
  41.    changed pngtest.png for zlib 0.93
  42.    fixed error in libpng.txt and example.c
  43. version 0.8
  44.    cleaned up some bugs
  45.    added png_set_filler()
  46.    split up pngstub.c into pngmem.c, pngio.c, and pngerror.c
  47.    added #define's to remove unwanted code
  48.    moved png_info_init() to png.c
  49.    added old_size into png_realloc()
  50.    added functions to manually set filtering and compression info
  51.    changed compression parameters based on image type
  52.    optimized filter selection code
  53.    added version info
  54.    changed external functions passing floats to doubles (k&r problems?)
  55.    put all the configurable stuff in pngconf.h
  56.    enabled png_set_shift to work with paletted images on read
  57.    added png_read_update_info() - updates info structure with transformations
  58.  
  59.  
  60.  
  61.